home *** CD-ROM | disk | FTP | other *** search
/ Tech Win 1999 February / TECH Win 02-1999 Disc A.iso / ols / lzh / csend1_s.lzh / csend / csend.clw < prev    next >
Encoding:
Text File  |  1998-02-05  |  1.7 KB  |  90 lines

  1. ; CLW ファイルは MFC ClassWizard の情報を含んでいます。
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CCsendDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "csend.h"
  9.  
  10. ClassCount=4
  11. Class1=CCsendApp
  12. Class2=CCsendDlg
  13. Class3=CAboutDlg
  14.  
  15. ResourceCount=5
  16. Resource1=IDD_CSEND_DIALOG
  17. Resource2=IDR_MAINFRAME
  18. Resource3=IDR_MENU1
  19. Class4=CInputBox
  20. Resource4=IDD_DIALOG1
  21. Resource5=IDD_ABOUTBOX
  22.  
  23. [CLS:CCsendApp]
  24. Type=0
  25. HeaderFile=csend.h
  26. ImplementationFile=csend.cpp
  27. Filter=N
  28. LastObject=CCsendApp
  29.  
  30. [CLS:CCsendDlg]
  31. Type=0
  32. HeaderFile=csendDlg.h
  33. ImplementationFile=csendDlg.cpp
  34. Filter=D
  35. LastObject=ID_DELETESTRING
  36. BaseClass=CDialog
  37. VirtualFilter=dWC
  38.  
  39. [CLS:CAboutDlg]
  40. Type=0
  41. HeaderFile=csendDlg.h
  42. ImplementationFile=csendDlg.cpp
  43. Filter=D
  44.  
  45. [DLG:IDD_ABOUTBOX]
  46. Type=1
  47. Class=CAboutDlg
  48. ControlCount=6
  49. Control1=IDOK,button,1342373889
  50. Control2=IDC_STATIC,static,1342177283
  51. Control3=IDC_STATIC,static,1342308481
  52. Control4=IDC_STATIC,static,1342308353
  53. Control5=IDC_STATIC,static,1342308353
  54. Control6=IDC_STATIC,static,1342308353
  55.  
  56. [DLG:IDD_CSEND_DIALOG]
  57. Type=1
  58. Class=CCsendDlg
  59. ControlCount=3
  60. Control1=IDC_CLIST,listbox,1344341379
  61. Control2=IDOK,button,1073741824
  62. Control3=IDCANCEL,button,1073741824
  63.  
  64. [DLG:IDD_DIALOG1]
  65. Type=1
  66. Class=CInputBox
  67. ControlCount=3
  68. Control1=IDC_EDIT1,edit,1350631552
  69. Control2=IDOK,button,1342242817
  70. Control3=IDCANCEL,button,1342242816
  71.  
  72. [CLS:CInputBox]
  73. Type=0
  74. HeaderFile=InputBox.h
  75. ImplementationFile=InputBox.cpp
  76. BaseClass=CDialog
  77. Filter=D
  78. LastObject=CInputBox
  79. VirtualFilter=dWC
  80.  
  81. [MNU:IDR_MENU1]
  82. Type=1
  83. Class=CCsendDlg
  84. Command1=ID_ADDSTRING
  85. Command2=ID_CHANGE
  86. Command3=ID_DELETESTRING
  87. Command4=ID_HELP
  88. CommandCount=4
  89.  
  90.